home *** CD-ROM | disk | FTP | other *** search
- function GetListofCameras ()
- {
- var strHTML = "" ;
-
- strHTML += "<OBJECT ID='CameraSourcesListBox' WIDTH=140 HEIGHT=24 CLASSID='CLSID:7502E6C1-15E8-11d3-99F8-0080C875CDB6'>" ;
- strHTML += "<PARAM NAME='ObjectName' VALUE='CameraSourcesListBox'>" ;
- strHTML += "<PARAM NAME='WorkflowID' VALUE='file:/Resources/WorkflowsComponent|Photos|EditorGetCamera.wkf'>" ;
- strHTML += "<PARAM NAME='WorkflowStep' VALUE=11>" ;
- strHTML += "<PARAM NAME='UpdateWorkflowID' VALUE='file:/Resources/WorkflowsComponent|Photos|EditorGetCamera.wkf'>" ;
- strHTML += "<PARAM NAME='UpdateStep' VALUE=12>" ;
- strHTML += "<PARAM NAME='IsComboBox' VALUE=1>" ;
- strHTML += "<PARAM NAME='SelectionMode' VALUE=3>" ;
- strHTML += "</OBJECT>" ;
-
- return strHTML ;
- }
-
- function GetCameraDirectControls ()
- {
- var strHTML = "" ;
-
- strHTML += "<TABLE style='MARGIN-LEFT: 10px'><TR><TD>" ;
-
- strHTML += "<h3>Digital Camera</h3>" ;
-
- strHTML += "Select a camera<br>" ;
- strHTML += "<SPAN ID=idCameraList></SPAN>" ;
-
- strHTML += "<br>" ;
-
- strHTML += "<OBJECT ID='ConfigureButton' WIDTH=120 HEIGHT=36 align=middle" ;
- strHTML += "< CLASSID='CLSID:4FA211A0-FD53-11d2-ACB6-0080C877D9B9'>" ;
- strHTML += "<PARAM NAME='DisplayID' VALUE='file:/Resources/WorkflowsComponent|Common|stdgui.wkf'>" ;
- strHTML += "<PARAM NAME='DisplayStep' VALUE=50>" ;
- strHTML += "<PARAM NAME='DisplayIndex' VALUE=80>" ;
- strHTML += "<PARAM NAME='DriverID' value='CommandDispatcher,Active,6011'>" ;
- strHTML += "<PARAM NAME='UseDispatcher' VALUE=1>" ;
- strHTML += "<PARAM NAME='NumStates' VALUE=4>" ;
- strHTML += "<PARAM NAME='Label' VALUE='Configure...'>" ;
- strHTML += "<PARAM NAME='ToolTipString' VALUE='Change your camera configuration'>" ;
- strHTML += "<PARAM NAME='BackgroundMoniker' VALUE='file:/Resources/Decor/Panel_pho.png'>>" ;
- strHTML += "</OBJECT>" ;
-
- strHTML += "<br><br>" ;
-
- strHTML += "<OBJECT ID='RefreshButton' WIDTH=120 HEIGHT=36 ALIGN=LEFT" ;
- strHTML += "< CLASSID='CLSID:4FA211A0-FD53-11d2-ACB6-0080C877D9B9'>" ;
- strHTML += "<PARAM NAME='DisplayID' VALUE='file:/Resources/WorkflowsComponent|Common|stdgui.wkf'>" ;
- strHTML += "<PARAM NAME='DisplayStep' VALUE=50>" ;
- strHTML += "<PARAM NAME='DisplayIndex' VALUE=80>" ;
- strHTML += "<PARAM NAME='DriverID' value='CommandDispatcher,Active,6013'>" ;
- strHTML += "<PARAM NAME='UseDispatcher' VALUE=1>" ;
- strHTML += "<PARAM NAME='NumStates' VALUE=4>" ;
- strHTML += "<PARAM NAME='Label' VALUE='Refresh'>" ;
- strHTML += "<PARAM NAME='ToolTipString' VALUE='Refresh the list of photos'>" ;
- strHTML += "<PARAM NAME='BackgroundMoniker' VALUE='file:/Resources/Decor/Panel_pho.png'>>" ;
- strHTML += "</OBJECT>" ;
-
- strHTML += "<br>" ;
-
- strHTML += "Click on the photo you want to download<br>" ;
-
- strHTML += "<br>" ;
-
- strHTML += "Attach a Filename Prefix(optional)<br>" ;
-
- strHTML += "<OBJECT ID='MGIStringEdit' WIDTH=140 HEIGHT=24" ;
- strHTML += "< CLASSID='CLSID:06B282E0-FE1B-11D2-ACB6-0080C877D9B9'>" ;
- strHTML += "<PARAM NAME='WorkflowID' VALUE='file:/Resources/WorkflowsComponent|Photos|EditorGetCamera.wkf'>" ;
- strHTML += "<PARAM NAME='WorkflowStep' VALUE=40>" ;
- strHTML += "<PARAM NAME='TextLimit' VALUE=15>" ;
- strHTML += "<PARAM NAME='IllegalCharacters' VALUE='\/:?*<>|"'>>" ;
- strHTML += "</OBJECT>" ;
-
- strHTML += "<br>" ;
-
- strHTML += "<OBJECT ID='DeleteAfterCheck' WIDTH=13 HEIGHT=13" ;
- strHTML += "< CLASSID='CLSID:4FA211A0-FD53-11d2-ACB6-0080C877D9B9'>" ;
- strHTML += "<PARAM NAME='DisplayID' VALUE='file:/Resources/WorkflowsComponent|Common|stdgui.wkf'>" ;
- strHTML += "<PARAM NAME='DisplayStep' VALUE=50>" ;
- strHTML += "<PARAM NAME='DisplayIndex' VALUE=33>" ;
- strHTML += "<PARAM NAME='StateDriverID' VALUE='file:/Resources/WorkflowsComponent|Photos|EditorGetCamera.wkf'>" ;
- strHTML += "<PARAM NAME='StateDriverStep' VALUE=42>" ;
- strHTML += "<PARAM NAME='NumStates' VALUE=4>" ;
- strHTML += "<PARAM NAME='ButtonStyle' VALUE='TOGGLE'>>" ;
- strHTML += "</OBJECT>" ;
- strHTML += "<SPAN OnClick='DeleteAfterCheck.DoClick()' STYLE='cursor:default'> Delete after download</SPAN>" ;
-
- strHTML += "<br><br>" ;
-
- strHTML += "<OBJECT ID='DownLoadButton' WIDTH=120 HEIGHT=36 ALIGN=LEFT" ;
- strHTML += "< CLASSID='CLSID:4FA211A0-FD53-11d2-ACB6-0080C877D9B9'>" ;
- strHTML += "<PARAM NAME='DisplayID' VALUE='file:/Resources/WorkflowsComponent|Common|stdgui.wkf'>" ;
- strHTML += "<PARAM NAME='DisplayStep' VALUE=50>" ;
- strHTML += "<PARAM NAME='DisplayIndex' VALUE=80>" ;
- strHTML += "<PARAM NAME='DriverID' value='CommandDispatcher,Active,20212'>" ;
- strHTML += "<PARAM NAME='UseDispatcher' VALUE=1>" ;
- strHTML += "<PARAM NAME='NumStates' VALUE=4>" ;
- strHTML += "<PARAM NAME='Label' VALUE='Download'>" ;
- strHTML += "<PARAM NAME='ToolTipString' VALUE='Download photo from camera'>" ;
- strHTML += "<PARAM NAME='BackgroundMoniker' VALUE='file:/Resources/Decor/Panel_pho.png'>>" ;
- strHTML += "</OBJECT>" ;
-
- strHTML += "</TD></TR></TABLE>" ;
-
- return strHTML ;
- }
-